home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set mh to clickOn()
- set btnup to the number of cast "MENU UP"
- set btndown to the number of cast "MENU DOWN"
- repeat while the stillDown
- if rollOver(mh) then
- set the castNum of sprite mh to btndown
- else
- set the castNum of sprite mh to btnup
- end if
- updateStage()
- end repeat
- set the castNum of sprite mh to btnup
- if rollOver(mh) then
- go("MENU", "MENU")
- end if
- end
-